home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Talking Clock Pro™ 2.0.1 / Talking Clock Pro Source / Extension / Headers / util.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-02  |  347 b   |  18 lines  |  [TEXT/CWIE]

  1. /*
  2.  * util.h
  3.  */
  4.  
  5. #pragma once
  6. #ifndef util_h
  7. # define util_h
  8.  
  9. Boolean SpeechAvailable ( void ) ;
  10. Boolean ColorAvailable ( void ) ;
  11. Boolean OffscreenAvailable ( void ) ;
  12. Boolean KeyIsDown ( unsigned short keyCode ) ;
  13. Boolean CheckGestaltBit ( long selector , long bitNumber ) ;
  14.  
  15. OSErr SysSpeakString ( unsigned char * str ) ;
  16.  
  17. #endif /* util_h */
  18.